home *** CD-ROM | disk | FTP | other *** search
/ Win 50 Game+ Vol. 8 (Japan) / Win 50 Game+ Vol. 8 (Japan).bin / lha_file / cloop12a.lzh / CL12A_SC.LZH / CLMAIN.DFM / CLMAIN.txt next >
Encoding:
Text File  |  1996-08-08  |  2.8 KB  |  143 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 156
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'CyberLoop 1.2a'
  7.   ClientHeight = 205
  8.   ClientWidth = 411
  9.   Ctl3D = False
  10.   Color = clGreen
  11.   Font.Color = clBlack
  12.   Font.Height = -15
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   Menu = MainMenu1
  18.   PixelsPerInch = 96
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyPress = FormKeyPress
  23.   OnMouseDown = FormMouseDown
  24.   OnMouseMove = FormMouseMove
  25.   OnPaint = FormPaint
  26.   TextHeight = 17
  27.   object Image1: TImage
  28.     Left = 4
  29.     Top = 8
  30.     Width = 320
  31.     Height = 32
  32.     Picture.Data = {<image001.bmp>}
  33.     Visible = False
  34.   end
  35.   object Image2: TImage
  36.     Left = 8
  37.     Top = 48
  38.     Width = 220
  39.     Height = 22
  40.     Picture.Data = {<image002.bmp>}
  41.     Visible = False
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 339
  45.     Top = 0
  46.     Width = 72
  47.     Height = 205
  48.     Align = alRight
  49.     BevelInner = bvLowered
  50.     TabOrder = 0
  51.     object lstep1: TLabel
  52.       Left = 8
  53.       Top = 22
  54.       Width = 53
  55.       Height = 17
  56.       AutoSize = False
  57.     end
  58.     object lcycle: TLabel
  59.       Left = 4
  60.       Top = 2
  61.       Width = 63
  62.       Height = 17
  63.       AutoSize = False
  64.     end
  65.     object lstep2: TLabel
  66.       Left = 4
  67.       Top = 39
  68.       Width = 66
  69.       Height = 17
  70.       Alignment = taRightJustify
  71.       AutoSize = False
  72.     end
  73.     object lscore: TLabel
  74.       Left = 2
  75.       Top = 86
  76.       Width = 68
  77.       Height = 17
  78.       Alignment = taCenter
  79.       AutoSize = False
  80.     end
  81.     object ldbl: TLabel
  82.       Left = 2
  83.       Top = 63
  84.       Width = 68
  85.       Height = 17
  86.       Alignment = taCenter
  87.       AutoSize = False
  88.     end
  89.     object Backbtn: TSpeedButton
  90.       Left = 8
  91.       Top = 108
  92.       Width = 57
  93.       Height = 20
  94.       Caption = 'Back'
  95.       OnClick = BackbtnClick
  96.     end
  97.   end
  98.   object MainMenu1: TMainMenu
  99.     Left = 8
  100.     Top = 80
  101.     object Game1: TMenuItem
  102.       Caption = '&Game'
  103.       object New1: TMenuItem
  104.         Caption = '&New'
  105.         OnClick = New1Click
  106.       end
  107.       object Restart1: TMenuItem
  108.         Caption = '&Restart'
  109.         OnClick = Restart1Click
  110.       end
  111.       object N1: TMenuItem
  112.         Caption = '-'
  113.       end
  114.       object Exit1: TMenuItem
  115.         Caption = 'E&xit'
  116.         OnClick = Exit1Click
  117.       end
  118.     end
  119.     object Options1: TMenuItem
  120.       Caption = '&Options'
  121.       object Property1: TMenuItem
  122.         Caption = '&Property'
  123.         OnClick = Property1Click
  124.       end
  125.       object Bigpanel1: TMenuItem
  126.         Caption = '&Bigpanel'
  127.         OnClick = Bigpanel1Click
  128.       end
  129.     end
  130.     object Help1: TMenuItem
  131.       Caption = '&Help'
  132.       object Index1: TMenuItem
  133.         Caption = '&Index'
  134.         OnClick = Index1Click
  135.       end
  136.       object About1: TMenuItem
  137.         Caption = '&About'
  138.         OnClick = About1Click
  139.       end
  140.     end
  141.   end
  142. end
  143.